'Declaration Public Function New( _ ByVal executeAction As Action(Of TParm), _ ByVal canExecute As Predicate(Of TParm) _ )
public DelegateCommand<TParm>( Action<TParm> executeAction, Predicate<TParm> canExecute )
Parameters
- executeAction
- canExecute
'Declaration Public Function New( _ ByVal executeAction As Action(Of TParm), _ ByVal canExecute As Predicate(Of TParm) _ )
public DelegateCommand<TParm>( Action<TParm> executeAction, Predicate<TParm> canExecute )